home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / models / a_knife.tik < prev    next >
Encoding:
Text File  |  2000-11-20  |  219 b   |  23 lines

  1. TIKI
  2. setup
  3.     {
  4.     scale 1
  5.     lod_scale 7
  6.     path models/weapons/knife
  7.     surface material1 shader skin01.tga
  8.     }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname        Animate
  15.         anim idle
  16.     }
  17. }
  18.  
  19. animations
  20. {
  21.     idle        notmoving.tan
  22. }
  23.